.header {
	width: 100%;
	height: 108px;
	background-image: url("../img/banner_01.jpg");
	background-size: 100% 100%;
	overflow: hidden;
}

.header a {
	margin-top: 55px;
	display: block;
	width: 140px;
	height: 34px;
	overflow: hidden;
	margin-left: 20px;
}

/* .bigshot {
    margin-top: 38px;
    margin-left: 53px;
    width: 193px;
    height: 43px;
} */
.title {
	width: 100%;
	height: 52px;
	display: flex;
	/* background: #cccccc; */
	overflow: hidden;
	margin-top: 25px;
	position: relative;
}

.bgicon {
	width: 17px;
	height: 13px;
	position: absolute;
	left: 239px;
}

.titlle-icon {
	margin-left: 50px;
	margin-top: 10px;
	width: 38px;
	height: 38px;
}

.title>h6 {
	font-size: 31px;
	color: #000000;
	margin-left: 15px;
	margin-top: 10px;
}

.title>span {
	font-size: 24px;
	color: #000000;
	margin-left: 15px;
	margin-top: 18px;
	padding: 3px 10px;
	background: #ededed;
	border-radius: 13px;
	overflow: hidden;
	text-align: center;
}

.list-item {
	width: 708px;
	margin: 0 auto;
	margin-top: 35px;
	padding-bottom: 30px;
	border-bottom: 2px dashed #dfdfdf;
}

.list-item .list-img {
	width: 100%;
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
	background: #d9d9d9;
	margin-bottom: 30px;
	position: relative;
}

.icon {
	width: 31px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}

.list-info {
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	background: #59beff;
	padding: 6px 12px;
	border-radius: 8px;
	vertical-align: middle;
}

.list-info.redbg {
	background: #f77b81;
}

.list-item .list-text {
	display: block;
	font-size: 24px;
	color: #000000;
	vertical-align: middle;
	    margin-top: 20px;
}

.list-item .list-name {
	display: block;
	font-size: 20px;
	color: #7a7a7a;
	margin-top: 20px;
}